home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / start.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  123 b   |  9 lines

  1. on exitFrame
  2.   if gfxexitmovie() then
  3.     gfxfalsepapette(1, 48)
  4.     go(1, "ENDING")
  5.   else
  6.     go(1, "MENU")
  7.   end if
  8. end
  9.